[Previous] [Next] [Index] [Thread]

Re: Cisco access control



At 12:02 AM 4/16/96 -0700, Josh McIver wrote:
>  I believe that it would look like this.
>
>access-list 101 permit tcp any host 255.255.255.255 eq 25
>access-list 101 permit tcp any host 255.255.255.255 eq 80
>
>  This would permit tcp packets from any host to go to port 25 and 
>port 80 of machine 255.255.255.255.  Everything else is denied 
>implicitly(sp?).  You would then apply it as a inbound filter on you 
>incoming port.

This alone will not do it.  After a tcp connection has been established (ACK
bit set and SYN number given) the hosts communicate on random ports of 1024
and above.  If you do not allow communications for those ports it will fail.

Rick

__________________________________
Rick Hicks
System Specialist
Hussmann Corporation


Follow-Ups: